-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[UI] Fix Visibility of Dark/Light Mode Toggle and Signup Button in Mobile View #206
Conversation
Signed-off-by: Akshansh <[email protected]>
✅ Deploy Preview for meshery-play ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@Ashparshp please accept the pull request so it can get merged, or there are some changes that I need to make? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Hi @Ashparshp, I noticed that the PR is still marked as 'review required' even though you've approved it. Could you please confirm if everything has been completed on your end for the review process? Let me know if there's anything else needed to move it forward. Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thankyou @akshansh-modi for fixing this |
Notes for Reviewers
This PR fixes #203
It addresses the issue where the dark/light mode toggle and signup button were not visible in mobile view. The display property for these elements was set to none in mobile view. This PR ensures that both the dark/light mode toggle and signup button are now visible in both desktop and mobile views.
Signed commits